home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / msdos / raytrace / pov / gen / form04a / sue / messyw.frm < prev    next >
Text File  |  1994-01-25  |  585b  |  17 lines

  1. Copyright (c) Sue Cunningham
  2.  
  3. spiral = sphere 2 stack 40 in 5% bend 270 grow 0.8;
  4. spiral2 = sphere stack 40 in 20% bend 2*360;
  5. spiral3 = sphere stack 40 in 12% bend 5*180;
  6. ss = sphere 4 stack 40 in 10% bend 80 twist 2*360,1;
  7. ss1=sphere 0.5 stack 40 in 10% bend 360 twist 180,2;
  8. ss2 = ss1 fan 8, 180;
  9. ss3 = sphere stack 40 in 20% bend 20 twist 3*360,1;
  10. ss4 = sphere stack 300 in 10% bend 20 twist 4*360,1;
  11. spiral1 = spiral, ss2;
  12. messy_web1 = ss web 6 with spiral1 1 hole 2;
  13. messy_web2 = ss3 web 6 with spiral2 2;
  14. messy_web3 = ss4 web 8 with spiral3 3 ;
  15. messy_web3;
  16. end;
  17.